Ensure that the description of the masquerade option does not end up in
the grid section overview as it messes up the table layout.
Fixes: c54efde717 ("luci-app-firewall: Add clarification to masquerading option")
Signed-off-by: Jo-Philipp Wich <[email protected]>
(cherry picked from commit
c0d4c0172529e060926e8fa00714bd9e8b567cb4)
s.addremove = true;
s.anonymous = true;
s.sortable = true;
+ s.nodescriptions = true;
s.handleRemove = function(section_id, ev) {
return firewall.deleteZone(section_id).then(L.bind(function() {